Adding a Signature area (box) to the Static Document
To add a signature area (box) to a static document you must first update the XTemplate using I32 Design 6, then add PTRs in Requirements Editor. Authoring static documents requires adding a new field to the XTemplate using I-32 Design and then updating the PTR for the new field when the XTemplate is brought into the Requirements Editor.
The PTR is updated in the Requirements Editor to include the attribute, HIGHLIGHT_SIGNATURE, in the PRINT statement. When authoring XTemplate, select the Signature Tool (using the Signature Tool option in the toolbar or menu) and navigate to the target signature area. Then select the area above the signature line and drag to apply the SignatureTarget to the area. Select the object on the properties tab and define the color to apply to the signature area (properties > color) and save the XTemplate. The result is a SignatureTarget element in the XTemplate.
Highlighting is applied to the signature line defined through the SignatureTarget as the area above a signature and date line on a document. When the XTemplate is opened in the Requirements Editor, the PTR should be edited with a PRINT statement: IF /LOAN/_APPLICATION/LOAN_PRODUCT_DATA/LOAN_FEATURES/@LienPriorityType = 'FirstLien' THEN PRINT "HIGHLIGHT_SIGNATURE" ENDIF